Public Types | |
using | Container_t = std::unique_ptr< T[]> |
Static Public Member Functions | |
static Container_t | make () |
Static Public Member Functions inherited from TestDataMakerBase | |
static constexpr std::size_t | sourceSize () |
Additional Inherited Members | |
Static Public Attributes inherited from TestDataMakerBase | |
static constexpr std::size_t | Dim = 10U |
static std::array< int, Dim > const | sourceValues {{ 0, -1, -2, -3, -4, -5, -6, -7, -8, -9 }} |
Definition at line 69 of file MappedContainer_test.cc.
using TestDataMakerClass< std::unique_ptr< T[]> >::Container_t = std::unique_ptr<T[]> |
Definition at line 70 of file MappedContainer_test.cc.
|
inlinestatic |
Definition at line 71 of file MappedContainer_test.cc.